home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / steppenw.swf / scripts / DefineButton2_71 / BUTTONCONDACTION on(release).as
Text File  |  2008-11-12  |  89b  |  7 lines

  1. on(release){
  2.    tellTarget("_root")
  3.    {
  4.       gotoAndStop("Instructions");
  5.    }
  6. }
  7.